com.github.droidfu.http
Class BetterHttpResponseImpl

java.lang.Object
  extended by com.github.droidfu.http.BetterHttpResponseImpl
All Implemented Interfaces:
BetterHttpResponse

public class BetterHttpResponseImpl
extends Object
implements BetterHttpResponse


Constructor Summary
BetterHttpResponseImpl(org.apache.http.HttpResponse response)
           
 
Method Summary
 String getHeader(String header)
           
 InputStream getResponseBody()
           
 byte[] getResponseBodyAsBytes()
           
 String getResponseBodyAsString()
           
 int getStatusCode()
           
 org.apache.http.HttpResponse unwrap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BetterHttpResponseImpl

public BetterHttpResponseImpl(org.apache.http.HttpResponse response)
                       throws IOException
Throws:
IOException
Method Detail

unwrap

public org.apache.http.HttpResponse unwrap()
Specified by:
unwrap in interface BetterHttpResponse

getResponseBody

public InputStream getResponseBody()
                            throws IOException
Specified by:
getResponseBody in interface BetterHttpResponse
Throws:
IOException

getResponseBodyAsBytes

public byte[] getResponseBodyAsBytes()
                              throws IOException
Specified by:
getResponseBodyAsBytes in interface BetterHttpResponse
Throws:
IOException

getResponseBodyAsString

public String getResponseBodyAsString()
                               throws IOException
Specified by:
getResponseBodyAsString in interface BetterHttpResponse
Throws:
IOException

getStatusCode

public int getStatusCode()
Specified by:
getStatusCode in interface BetterHttpResponse

getHeader

public String getHeader(String header)
Specified by:
getHeader in interface BetterHttpResponse


Copyright © 2011. All Rights Reserved.